interfaces 0.0.1

A Rust library for interacting with network interfaces
Documentation

interfaces-rs

Build Status Coverage Status Docs

This project consists of functions to work with network interfaces in a cross-platform manner.

Example

Add this to your Cargo.toml:

[dependencies.interfaces]

git = "https://github.com/andrew-d/interfaces-rs"

Then, in your crate:

extern crate interfaces;

use interfaces::Interface;

TODO: More documentation here

License

MIT or Apache 2.0